home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 21 / PC Format CD-ROM Collection 21 (1995-12)(Future Publishing)(GB)[issue 51].iso / magic / winworld.dir / 00589_Script_589 < prev    next >
Text File  |  1995-06-30  |  505b  |  22 lines

  1. on exitframe
  2.   
  3.   global printer
  4.   
  5.   printer(mReset)
  6.   printer(mRegister,"11048424-493")
  7.   
  8.   if printer(mDoJobSetUp) = true then
  9.     updatestage
  10.     printer(mSetProgressMsg,"Certificate coming up! Press command-period to stop")
  11.     
  12.     printer(mPrint,the picture of cast 67)
  13.   else
  14.     Alert "Printing canceled at your request"
  15.     
  16.   end if
  17.   
  18.   if objectP(printer) = false then
  19.     Alert "There is no currently selected printer. Printing features are disabled."
  20.     
  21.   end if
  22. end